Generic Thunks


Generic Thunks allow your 16-bit applications to call functions in Win32-based
DLLs. It consists of the following set of functions:

   CallProc32W
   CallProcEx32W
   FreeLibrary32W
   GetProcAddress32W
   GetVDMPointer32W
   LoadLibraryEx32W
   WOWCallback16
   WOWCallback16Ex
   WOWGetVDMPointer
   WOWGetVDMPointerFix
   WOWGetVDMPointerUnfix
   WOWGlobalAlloc16
   WOWGlobalAllocLock16
   WOWGlobalFree16
   WOWGlobalLock16
   WOWGlobalLockSize16
   WOWGlobalUnlock16
   WOWGlobalUnlockFree16
   WOWHandle16
   WOWHandle32

For more information, see the Win32 SDK documentation. Query on "generic
thunks" or go to Programming and Tools Guides, open Programming Techniques,
and open Generic Thunks.
